projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf1beb
)
(describe-face): Capitalize "not documented" message.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 27 Jun 2002 07:14:52 +0000
(07:14 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 27 Jun 2002 07:14:52 +0000
(07:14 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 3e4d44709b24359b4bb9939e9c1612e05353885b..9dfb88dbd9bbbfb5f2755932f6ef1679fe6d5961 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-1245,7
+1245,7
@@
If FRAME is omitted or nil, use the selected frame."
(princ (concat " (" customize-label ")\n"))
(insert "Documentation: "
(or (face-documentation f)
- "
n
ot documented as a face.")
+ "
N
ot documented as a face.")
"\n\n")
(with-current-buffer standard-output
(save-excursion